Search
ColumnsEvent Constructor
See Also
 






Initializes a new instance of the ColumnsEvent class.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public ColumnsEvent (
    Object source,
    int index,
    int count,
    Iterable<PlainRegion> oldCellRegions,
    Iterable<PlainRegion> newCellRegions,
    Iterable<PlainRegion> oldColumnRegions,
    Iterable<PlainRegion> newColumnRegions,
    Object originalAutoFilter
)

 Parameters

source

index

count

oldCellRegions

newCellRegions

oldColumnRegions

newColumnRegions

originalAutoFilter

 See Also